home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / musica / ampskins / adamsdeck / dialogs.txt < prev    next >
Text File  |  1999-01-01  |  790b  |  35 lines

  1. ; a really nasty looking example on how to change the colors of 
  2. ; the dialog boxes in Winamp 1.92+
  3.  
  4. [Dialog Colors]
  5.  
  6. ; background of the dialog box
  7. dialog_color_bg=#000000
  8.  
  9. ; text of stuff in the dialog box
  10. dialog_color_fg=#74C6F6
  11.  
  12. ; text of list/edit boxes
  13. dialog_color_textcolor=#74C6F6
  14.  
  15. ; background of list/edit boxes
  16. dialog_color_lbback=#000000
  17.  
  18. ; text color in buttons
  19. dialog_color_buttontext=#74C6F6
  20.  
  21. ; text color in buttons when active
  22. dialog_color_buttontext_sel=#FFFFFF
  23.  
  24. ; button color defs
  25. dialog_color_button_up_0=#515151
  26. dialog_color_button_up_1=#414141
  27. dialog_color_button_up_2=#333333
  28. dialog_color_button_up_3=#222222
  29. dialog_color_button_up_4=#101010
  30.  
  31.  
  32. ; pushed in defs
  33. dialog_color_button_down_0=#000000
  34. dialog_color_button_down_1=#333333
  35.